fix travis error Gem bundler is not installed

Rajarshi Das %!s(int64=10) %!d(string=hace) años
padre
commit
7ecc4a8459
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -4,6 +4,8 @@ rvm:
4 4
   - 2.0.0
5 5
   - 2.1.1
6 6
   - 1.9.3
7
+before_install:
8
+  - gem install bundler  
7 9
 before_script:
8 10
   - mysql -e 'create database huginn_test;'
9 11
   - bundle exec rake db:migrate db:test:prepare